Skip to content

feat: Add text to image pipeline#586

Merged
a-szymanska merged 75 commits intomainfrom
@aszymanska/text-to-image
Sep 22, 2025
Merged

feat: Add text to image pipeline#586
a-szymanska merged 75 commits intomainfrom
@aszymanska/text-to-image

Conversation

@a-szymanska
Copy link
Copy Markdown
Contributor

Description

Introducing support for text-to-image tasks following the Diffusion Pipeline. Adding the TextToImageModule and the useTextToImage hook to access the models.

Introduces a breaking change?

  • Yes
  • No

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update (improves or adds clarity to existing documentation)
  • Other (chores, tests, code style improvements etc.)

Tested on

  • iOS
  • Android

Testing instructions

Run the computer vision app to test image generation with the BK-SDM-Tiny model for 256×256 or 512×512 outputs.

⚠️ Testing the model requires a phone with a reasonably large amount of RAM (preferably at least 8 GB for 256 model).

Screenshots

Related issues

Closes #585

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Additional notes

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Image generation

6 participants